home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / applications / databases / db2.3.lha / db2.3 / Examples / ARexxDemos / inputcheck.db < prev    next >
Encoding:
Text File  |  1994-09-18  |  114 b   |  5 lines

  1. /* Rexxprogram for db that warns if nothing is entered */
  2. options results
  3. GETFIELD
  4. if result = "" then RETRYINPUT
  5.